home *** CD-ROM | disk | FTP | other *** search
/ NetObjects Fusion 7 / Fusion7.iso / NetObjects Fusion / data1.cab / QuickStart / addContent_v1.swf / scripts / DefineButton2_187 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2002-10-18  |  101 b   |  8 lines

  1. on(press){
  2.    tellTarget("showme")
  3.    {
  4.       gotoAndStop("showmeDown");
  5.       play();
  6.    }
  7. }
  8.